| short: Liste an RadioButtons |
| de: Container, welcher eine konfigurierbare Anzahl von RadioButtons beinhaltet |
| en: Container which contains a configurable number of radio buttons |
| name | description | category | type | defaultValue | bindable | readOnly | required | localizable | editableBinding | projectable | cssProp (has no setter and getter in JS) | groupRefId | groupOrder | nodeRefId (for linking node and value) | deprecated | typeRefId (for StyleReference) | subtype (for MpComIdentReference) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| alignment | Alignment of the Bar. Possible Values: horizontal: elements aligned from left to right (no line break). vertical: elements aligned from left to right (with line break). Alignment is only applied if childPositioning is relative. | Appearance | brease.enum.Direction | vertical | false | false | false | false | false | true | |||||||
| autoScroll | If childPositioning is relative and existing space is to small a scrollbar is visible to navigate to the hidden elements. The direction of the scrollbar depends on the alignment property. If autoScroll is false the overflow is visible. | Behavior | Boolean | false | false | false | false | false | false | true | |||||||
| childPositioning | positioning of child elements (widgets) | Behavior | brease.enum.ChildPositioning | absolute | false | false | false | false | false | true | |||||||
| enable | Initial option to enable widget. | Behavior | Boolean | true | true | false | false | false | false | true | |||||||
| permissionOperate | restricts operability to users, which have given roles | Accessibility | RoleCollection | no defaultValue defined |
false | false | false | false | false | true | |||||||
| permissionView | restricts visibility to users, which have given roles | Accessibility | RoleCollection | no defaultValue defined |
false | false | false | false | false | true | |||||||
| selectedIndex | Index of the selected button (first button has index 0) | Data | Integer | 0 | true | false | false | false | true | true | |||||||
| style | reference to a style for this widget type | Appearance | StyleReference | default | true | false | false | false | false | true | |||||||
| tabIndex | sets if a widget should have autofocus enabled (0), the order of the focus (>0), or if autofocus should be disabled (-1) | Behavior | Integer | -1 | false | false | false | false | false | true | |||||||
| tooltip | reference to a tooltip for a widget | Appearance | String | false | false | false | true | false | true | ||||||||
| visible | change visibility | Behavior | Boolean | true | true | false | false | false | false | true | |||||||
| maxHeight | maximum outer height of widget | Size | 0 | false | false | false | true | true | |||||||||
| minHeight | minimum outer height of widget | Size | 0 | false | false | false | true | true | |||||||||
| maxWidth | maximum outer width of widget | Size | 0 | false | false | false | true | true | |||||||||
| minWidth | minimum outer width of widget | Size | 0 | false | false | false | true | true | |||||||||
| zIndex | The zIndex property specifies the z-order of a widget and its childs. When widgets overlap, z-order determines which one covers the other. A widget with a larger zIndex generally covers a widget with a lower one. The zIndex must be unique within a content. |
UInteger | no defaultValue defined |
false | false | true | true | true | |||||||||
| left | absolute position measured from left boundary of parent container | Integer | no defaultValue defined |
false | false | false | true | true | |||||||||
| top | absolute position measured from top boundary of parent container | Integer | no defaultValue defined |
false | false | false | true | true | |||||||||
| height | outer height of widget | Size | 90 | false | false | false | true | true | |||||||||
| width | outer width of widget | Size | 150 | false | false | false | true | true |
| name | description | arguments |
|---|---|---|
| Click | Fired when element is clicked on. |
|
| DisabledClick | Fired when disabled element is clicked on. |
|
| EnableChanged | Fired when operability of the widget changes. |
|
| FocusIn | Fired when the widgets gets focus | |
| FocusOut | Fired when the widgets lost focus | |
| OnDragEnter | Fired when element has onDragEnter. |
|
| OnDragLeave | Fired when element has OnDragLeave. |
|
| OnDrop | Fired when element has OnDrop. |
|
| SelectedIndexChanged | Fired when index changes |
|
| VisibleChanged | Fired when the visibility of the widget changes. |
|
| name | description | arguments | result |
|---|---|---|---|
| Focus | Sets focus on the widget element, if it can be focused and keyboardOperation=true | ||
| GetSelectedIndex | getter for the index of the selected ButtonBarButton | selectedIndex | |
| SetEnable | Sets the state of property «enable» |
|
|
| SetSelectedIndex | sets the selected button |
|
|
| SetVisible | Sets the state of property «visible» |
|
|
| ShowTooltip |